-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform 0.14 upgrade #18
Conversation
/test all |
/test all |
/test all |
3 similar comments
/test all |
/test all |
/test all |
run: | | ||
if [[ -f context.tf ]]; then | ||
echo "Discovered existing context.tf! Fetching most recent version to see if there is an update." | ||
curl -o context.tf -fsSL https://raw.githubusercontent.com/cloudposse/terraform-null-label/master/exports/context.tf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this call the context target from the build-harness?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this is run 200 times nightly, I want to keep it light and not require build-harness. I will call build-harness if context.tf
changes.
/test all |
what
why